chore: fetch roots lazily#37399
Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom Sep 11, 2025
Merged
Conversation
0e6d43e to
138d661
Compare
yury-s
approved these changes
Sep 11, 2025
| entry.resultPromise = resultPromise; | ||
|
|
||
| this._client().callTool({ | ||
| client.callTool({ |
Member
There was a problem hiding this comment.
This is now the same as const resultPromise = client.callTool(...
renovate bot
added a commit
to izumin5210/dotfiles
that referenced
this pull request
Sep 22, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@playwright/mcp](https://playwright.dev) ([source](https://redirect.github.com/microsoft/playwright-mcp)) | [`0.0.37` -> `0.0.38`](https://renovatebot.com/diffs/npm/@playwright%2fmcp/0.0.37/0.0.38) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/playwright-mcp (@​playwright/mcp)</summary> ### [`v0.0.38`](https://redirect.github.com/microsoft/playwright-mcp/releases/tag/v0.0.38) [Compare Source](https://redirect.github.com/microsoft/playwright-mcp/compare/v0.0.37...v0.0.38) [microsoft/playwright@`29fb934`](https://redirect.github.com/microsoft/playwright/commit/29fb93479) fix(mcp): use single output dir [microsoft/playwright#37436](https://redirect.github.com/microsoft/playwright/pull/37436) [microsoft/playwright@`f07c8c0`](https://redirect.github.com/microsoft/playwright/commit/f07c8c0ac) chore(mcp): --grant-permissions cli option [microsoft/playwright#37431](https://redirect.github.com/microsoft/playwright/pull/37431) [microsoft/playwright@`eb39131`](https://redirect.github.com/microsoft/playwright/commit/eb39131eb) fix(mcp): --allowed/blocked-origins accept origins not hosts [microsoft/playwright#37408](https://redirect.github.com/microsoft/playwright/pull/37408) [microsoft/playwright@`b3d6664`](https://redirect.github.com/microsoft/playwright/commit/b3d666428) chore: fetch roots lazily [microsoft/playwright#37399](https://redirect.github.com/microsoft/playwright/pull/37399) [microsoft/playwright@`4968bc6`](https://redirect.github.com/microsoft/playwright/commit/4968bc611) chore(mcp): allow to pass extension token via env variable [microsoft/playwright#37371](https://redirect.github.com/microsoft/playwright/pull/37371) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/izumin5210/dotfiles). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.